home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00526_Script_526 < prev    next >
Text File  |  1995-05-21  |  334b  |  18 lines

  1. on exitFrame
  2.   global fug, markit, g13A, gintegrity
  3.   
  4.   Unloadcast
  5.   if gintegrity <= 0 then --get with Jason for exact amount
  6.     set fug = "L" -- low integrity
  7.   else
  8.     set fug = "H" -- hi integrity
  9.   end if
  10.   
  11.   if g13A = "c" then 
  12.     set markit = "c"
  13.   else
  14.     set markit = ""
  15.   end if
  16.   turnOnDaycons
  17.   
  18. end